I have a view that displays sessions on the web based on the following: SELECT Form = "Training" & Web = "Yes" & @Date(Date) >= @Date(@Today) They now do not want them to show if they are with today's date and already started. I have a field on the form STime (start time) that captures the start time, but tried to add code saying & @Time(STime) >= @Time(@Now), but that is making forms disappear if their date is tomorrow but the start time is 1:30 (say for today). How do I properly code this so only sessions that have not yet taken place today + all future show? Thank you in advance.
Go back